home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #157 (199x)(Scope PD)(US)[WB].zip / Scope Disk #157 (199x)(Scope PD)(US)[WB].adf / JoyLib / JoyLib.Doc < prev    next >
Text File  |  1990-10-25  |  838b  |  33 lines

  1.  
  2.     JoyLib
  3.     ######
  4.  
  5.     Hello World! This is a new joystick routine with a special algorhythm
  6.     I'd call "Advanced Hufmann Word Shift Comparision" (just kidding).
  7.  
  8.     There are two versions of the routines: 1) standard ".o" linkage for
  9.     any language able to call "_joy0/1" and compatible to BLINK format,
  10.     2) a shared library (thanks to BLINK) for such nifty things like Modula
  11.     and all... A .fd for building interfaces to *any* languae is provided.
  12.  
  13.     The routines will return a single argument in D0, which bits represent
  14.     jyostick directions:
  15.  
  16.          UP = 4
  17.  
  18.        LEFT = 1    RIGHT = 2
  19.  
  20.         DOWN = 8
  21.  
  22.     FIRE = 16
  23.  
  24.     Simple enough, isn't it?
  25.  
  26.     This stuff is Public Domain; use it, inflame it, molest it...
  27.  
  28.     Ølli °¡°
  29.  
  30.     ****->
  31.  
  32.     Snail to: Oliver Wagner  Lansberge 5  4322 Sprockhövel  West Germany
  33.